home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / ttdnsd / tsocks.conf
Encoding:
Text File  |  2010-07-07  |  411 b   |  14 lines

  1. # This is the configuration for libtsocks (transparent socks) for use
  2. # with tor, which is providing a socks server on port 9050 by default.
  3. #
  4. # See tsocks.conf(5) and torify(1) manpages.
  5.  
  6. server = 127.0.0.1
  7. server_port = 9050
  8.  
  9. # We specify local as 127.0.0.0 - 127.191.255.255 because the
  10. # Tor MAPADDRESS virtual IP range is the rest of net 127.
  11. local = 127.0.0.0/255.128.0.0
  12. local = 127.128.0.0/255.192.0.0
  13.  
  14.